body {
  font-size: 32px;
}

.db {
  align-items: center;
}

.home-logo-mode {
  height: 105px;
  align-content: center;
}

.home-logo-mode .logo h2 {
  font-family: "Microsoft YaHei";
  color: #b70000;
  font-size: 42px!important;
  font-weight: 800;
}

.home-logo-mode .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875em;
}

.home-logo-mode .phone h3 {
  font-size: 1.5em;
  font-family: Arial;
  color: #da251c;
}

.home-logo-mode .search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-logo-mode .search .el-input-group__append button.el-button {
  /* background-color: #da251c; */
  border-radius: 0;
  font-size: 1.8em;
  color: #606266;
  padding: 0.6875em 0.75em;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home-logo-mode .search ::v-deep .el-input__inner {
  height: 76px;
  line-height: 2.375em;
}

.home-logo-mode .search input {
  border: 1px #eee solid;
  height: 46px;
  line-height: 2.1875em;
  font-size: 1.6em;
}

.home-logo-mode .search a {
  font-size: 1em;
  color: #fff;
  height: 68px;
  line-height: 2.125em;
  padding: 0 0.625em;
  background-color: #da251c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home-logo-mode .view-mode {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 10px;
}

.home-logo-mode .view-mode a {
  width: 120px;
  height: 46px;
  font-size: 1em;
  line-height: 46px;
  text-align: center;
  background-color: #da251c;
  color: #fff;
  font-weight: 400;
}

/* 导航 */
.nav {
  border-top: 1px #ddd solid;
  height: auto;
}

.nav .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav .menu>li {
  width: calc(100% / 6);
  line-height: 3.125em;
  font-size: 1.125em;
  text-align: center;
  font-family: Microsoft YaHei;
  position: relative;
  color: #333;
}

.nav .menu>li:hover {
  background: #da251c;
}

.nav .menu>li:hover a {
  color: #fff;
}


.submenu {
  left: 0;
  max-height: 0;
  position: absolute;
  top: 3.125em;
  width: 100%;
  z-index: 1;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
  background: #da251c !important;
}

.submenu li {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  height: 2.5em !important;
  line-height: 2.5em !important;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.4s, -moz-transform 0.5s;
  -ms-transition: opacity 0.4s, -ms-transform 0.5s;
  -o-transition: opacity 0.4s, -o-transform 0.5s;
  transition: opacity 0.4s, transform 0.5s;
  /* border-bottom: 1px solid #ffffff4d; */
}

.menu .submenu li:hover {
  background: #f6d2d0 !important;
}

.menu .submenu li:hover a {
  color: #da251c !important;
}

.menu .submenu li a {
  font-size: 0.8125em;
  font-weight: 400;
  color: #fff !important;
  border-top: 1px solid #ffffff4d;
  display: block;
  margin-top: -1px;
}



.menu .submenu li:hover a {
  color: #ffffff;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu {
  max-height: 2000px;
  z-index: 10;
  top: 3.125em !important;
}

.menu>li:hover .submenu li,
.menu>li:focus .submenu li {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}


/* 快速通道 */
.kstd {
  height: 11.25em;
  margin: 20px auto;
  clear: both;
}

.kstd .hd {
  width: 9.375em;
  height: 11.25em;
}

.kstd .hd img {
  height: 100%;
}

.kstd .bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 1600px;
  height: 11.25em;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.kstd .bd .kstd_list {
  width: calc(100% / 5);
  text-align: center;
  padding: 0;
}

.kstd .bd .kstd_list a {
  display: inline-block;
}

.kstd .bd .kstd_list a img {
  width: 3.125em;
}

.kstd .bd .kstd_list a p {
  font-family: Microsoft YaHei;
  font-size: 1.125em;
  margin-top: 5px;
  color: #333333;
}

/* 资讯中心 热力视频 */
.hot-video {
  margin: 20px auto;
  height: auto;
  /* 资讯中心 */
  /* 热力视频 */
}

.hot-video .db {
  flex-direction: column;
}

.hot-video .news-hot {
  width: calc(100%);
}

.hot-video .news-hot .bd {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  /* 新闻切换 */
}

.hot-video .news-hot .bd .pic-txt {
  width: 826px;
}

.hot-video .news-hot .bd .pic-txt .el-carousel {
  height: 826px !important;
}

.hot-video .news-hot .bd .pic-txt .el-carousel--horizontal {
  height: 826px !important;
}

.hot-video .news-hot .bd .pic-txt .pic {
  height: 826px !important;
}

.hot-video .news-hot .bd .pic-txt .txt h3 {
  font-size: 1.25em;
  line-height: 2.25em;
}

.hot-video .news-hot .bd .pic-txt .txt p {
  font-size: 0.875em;
}

.hot-video .news-hot .bd .news-switch {
  width: calc(100% - 720px);
}

.hot-video .news-hot .bd .news-switch .title {
  height: 3em;
}

.hot-video .news-hot .bd .news-switch .title ul {
  display: flex;
  border: 1px #eee solid;
}

.hot-video .news-hot .bd .news-switch .title ul li {
  width: calc(100% / 3);
  height: 3em;
  text-align: center;
  line-height: 3em;
  font-size: 1.125em;
  font-weight: 400;
  cursor: pointer;
  border-right: 1px #eee solid;
  font-family: Microsoft YaHei;
}

.hot-video .news-hot .bd .news-switch .title ul li:last-child {
  border: 0;
}

.hot-video .news-hot .bd .news-switch .title ul .tab {
  background-color: #cc2921;
  font-weight: 800;
  color: #fff;
}

.hot-video .news-hot .bd .news-switch .title ul .tab a {
  color: #fff;
}

.hot-video .news-hot .bd .news-switch .con {
  margin-top: 10px;
}

.hot-video .news-hot .bd .news-switch .con ul li {
  font-size: 1em;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hot-video .news-hot .bd .news-switch .con ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ddd;
}

.hot-video .news-hot .bd .news-switch .con ul li a {
  display: block;
  padding-left: 10px;
  margin-right: auto;
  width: 21.875em;
  line-height: 2.8125em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  height: 2.8125em;
  font-family: Microsoft YaHei;
}

.hot-video .news-hot .bd .news-switch .con ul li span {
  font-size: 0.875em;
  color: #999;
  width: 6.75em;
}

.hot-video .news-hot .bd .news-switch .con ul li:hover a {
  color: #f37670;
}

.hot-video .hot-movie {
  width: 100%;
}

.hot-video .hot-movie .movie {
  width: 100%;
  height: 23.25em;
  overflow: hidden;
}

.hot-video .hot-movie p {
  font-family: Microsoft YaHei;
  margin-top: 12px;
  font-size: 1.125em;
  text-align: center;
  /*强制文本在一行内显示*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-video .hot-movie p a {
  color: #333;
}

.hot-video .hd {
  height: 3.75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.hot-video .hd i {
  display: inline-flex;
  width: 2.5em;
  height: 2.5em;
  align-items: center;
  justify-content: center;
  background-color: #ee5c45;
}

.hot-video .hd i img {
  height: 1.25em;
}

.hot-video .hd h3 {
  margin-right: auto;
  font-size: 1.75em;
  font-weight: 800;
  color: #444;
  padding-left: 10px;
}

.hot-video .hot-movie .movie video {
  width: 100%;
  height: 100%;
}

.hot-video .box-card .title {
  height: 1.875em !important;
  line-height: 1.875em !important;
}

.hot-video .box-card h3 {
  font-size: 0.875em !important;
}

/* 公司介绍  信息公开 */
.about-information {
  min-height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;

  /* 公司介绍 */
  /* 信息公开 */
}

.about-information .db {
  align-items: flex-start;
  padding-bottom: 20px;
}

.about-information .about_news {
  width: 720px;
  overflow: hidden;
}

.about-information .about_news .bd {
  height: 24.375em;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.about-information .about_news .bd .el-carousel--horizontal {
  height: 760px !important;
}

.about-information .about_news .bd .pic {
  height: 583px !important;
  overflow: hidden;
  background-color: #fff;
}

.about-information .about_news .bd .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-information .about_news .bd .txt {
  height: 7.5625em;
  background-color: #fff;
  overflow: hidden;
}

.about-information .about_news .bd .txt p {
  font-size: 0.9375em;
  line-height: 1.875em;
  color: #333333;
  width: 721px;
  height: 7em;
  padding: 16px 14px;
  overflow: hidden;
  font-family: Microsoft YaHei;
  text-overflow: ellipsis;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 限制在一个块元素显示的文本的行数 */
  /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  -webkit-line-clamp: 3;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
  text-indent: 2rem;
}

.about-information .about_news .bd .txt p a {
  color: #333;
}

.about-information .information {
  width: calc(100% - 800px);
}

.about-information .information .bd {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.about-information .information .bd .information-list {
  height: 7.375em;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.about-information .information .bd .information-list h3 {
  font-family: Microsoft YaHei;
  font-size: 1.125em;
  font-weight: 800;
  line-height: 1.875em;
  /*强制文本在一行内显示*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-information .information .bd .information-list p {
  font-family: Microsoft YaHei;
  font-size: 0.875em;
  line-height: 1.375em;
  margin-top: 5px;
}

.about-information .information .bd .information-list p a {
  color: #999999;
  height: 2.5625em;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 限制在一个块元素显示的文本的行数 */
  /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  -webkit-line-clamp: 2;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}

.about-information .hd {
  height: 3.75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.about-information .hd i {
  display: inline-flex;
  width: 2.5em;
  height: 2.5em;
  align-items: center;
  justify-content: center;
  background-color: #ee5c45;
}

.about-information .hd i img {
  height: 1.25em;
}

.about-information .hd h3 {
  margin-right: auto;
  font-size: 1.75em;
  font-weight: 800;
  color: #444;
  padding-left: 10px;
  font-family: Microsoft YaHei;
}

/* 工会工作全部 */
.trade-union {
  background-color: #fff;
  min-height: 460px;
}

.trade-union .hd {
  height: 3.75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.trade-union .hd i {
  display: inline-flex;
  width: 2.5em;
  height: 2.5em;
  align-items: center;
  justify-content: center;
  background-color: #ee5c45;
}

.trade-union .hd i img {
  height: 1.25em;
}

.trade-union .hd h3 {
  margin-right: auto;
  font-size: 1.75em;
  font-weight: 800;
  color: #444;
  padding-left: 10px;
}

.trade-union .db {
  flex-wrap: wrap;
}

.trade-union .db .trade-union-news {
  width: 100%;
  margin-bottom: 20px;
}

.trade-union .bd {
  width: 100%;
  /* height: 17.8125em; */
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.trade-union .bd ul {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}

.trade-union .bd ul li {
  line-height: 2.8125em;
  font-family: Microsoft YaHei;
  font-size: 0.9375em;
  display: flex;
  justify-content: space-between;
}

.trade-union .bd ul li a {
  width: 1400px;
  /*强制文本在一行内显示*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trade-union .bd ul li span {
  font-family: Microsoft YaHei;
  font-size: 0.75em;
}

/* 公司风采 */
.company-style {
  margin: 20px auto;
  height: 21.25em;
}

.company-style .hd {
  height: 4.375em;
}

.company-style .hd h2 {
  font-size: 2.25em;
  font-weight: 800;
  color: #444;
  text-align: center;
}

.company-style .hd p {
  font-size: 0.875em;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.company-style .bd {
  height: 17.5em;
}

.company-style .bd .not-concise-carousel {
  display: none;
}

.company-style .bd .concise-carousel {
  display: block;
}


/* .company-style .bd .concise-carousel img {
	width: 100%;
} */

.company-style .bd ul {
  display: flex;
  gap: 20px;
  margin: 40px auto;
}

.company-style .bd ul li {
  width: 320px;
  height: 240px;
  overflow: hidden;
}

.company-style .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 友情链接 */
.link {
  margin: 20px auto;
  min-height: 250px;
}

.link .hd {
  height: auto;
}

.link .hd h2 {
  font-size: 2.25em;
  font-weight: 800;
  color: #444;
  text-align: center;
}

.link .hd p {
  font-size: 0.875em;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.link .bd {
  height: 140px;
}

.link .bd .not-concise-carousel {
  display: none;
}

.link .bd .concise-carousel {
  display: block;
}

/* .link .bd .concise-carousel img {
	width: 100%;
} */

.link .bd ul {
  display: flex;
  gap: 20px;
  margin: 40px auto;
}

.link .bd ul li {
  /* width: 310px; */
  height: 140px;
  overflow: hidden;
}

.link .bd ul li img {
  /* width: 100%;
						 height: 100%; */
  /* aspect-ratio: 31 / 14; */
  object-fit: cover;
  object-position: center;
}


/* 底部信息 */
.public-width {
  width: 1600px !important;
}

footer {
  padding: 1.875em !important;
}

footer .footer-right {
  width: 9.8125em !important;
}

footer .footer-left h3 {
  font-size: 1.125em !important;
  line-height: 2.5em !important;
}

footer .footer-left p {
  font-size: 1em !important;
  line-height: 2.5em !important;
}

footer .footer-right .ewm {
  width: 9.8125em !important;
}

footer .footer-right .ewm img {
  width: 9.8125em !important;
}

footer .footer-right .ewm p {
  font-size: 1em !important;
  color: #333;
  line-height: 1.875em !important;
}


/* 列表页 */

.my-list a {
  font-size: 1.5em !important;
  line-height: 2.5em !important;
}
/* 
.pagination-card.suitableAge {
  visibility: visible !important;
  margin-top: 50px;
}

.pagination-card {
  visibility: hidden !important;
  height: 0;
  margin-top: 0;
}

.pagination-card .el-pagination .btn-next,
.pagination-card .el-pagination .btn-prev {
  width: auto !important;
  height: 48px !important;
  border-radius: 3px !important;
  margin: 0 10px;
  padding: 0 10px;
  font-size: 0.875em !important;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  font-size: 0.875em !important;
} */

/* 详情页 */
/* .content-box .right1 p span {
  font-size: 0.875em !important;
} */
/* .title{
  zoom:1.4!important;
}
.news .right1{
  zoom:1.4!important;
} */

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  font-size: 0.875em !important;
  height: 48px!important;
  line-height: 48px!important;
} 
.el-pagination .el-select .el-input .el-input__inner,.el-pagination__editor.el-input .el-input__inner{
  height: 48px!important;
  line-height: 48px!important;
  font-size: 1.475em !important;
}
.el-pagination__sizes .el-select {
display:block;
}
/* 详情页 */
.content-box .news .title h1 {
  font-size: 1.3em !important;
  line-height: 1.8em !important;
  max-height: 100% !important;
}


.content-box .news .title .title-tip {
  font-size: 0.7em !important;
}

.content-box .news .right1 {
  zoom: 1.8 !important;
  margin-top: 0 !important;
}

/* 登录页 */
.login-title {
  height: 4.25em !important;
  line-height: 4.25em !important;
}

.login-title .logo h1 {
  font-size: 1.875em !important;
}

.my-login .my-login-right h1 {
  font-size: 1.875em !important;
}

.my-login .my-login-right h3 {
  font-size: 1em !important;
}

.my-login .my-login-right .login-form {
  zoom: 1.4 !important;
}

.my-login .my-login-right .login-form .code-class {
  width: 54% !important;
}

.my-login .my-login-right .register-form {
  zoom: 1.4 !important;
}

.my-login .my-login-right .register-form .code-class {
  width: 54% !important;
}

.my-login .my-login-right .retrieve-form {
  zoom: 1.4 !important;
}

.my-login .my-login-right .retrieve-form .code-class {
  width: 54% !important;
}

/*当页面大于 1600px 时，大屏幕，主要是 PC 端*/
@media (min-width: 1600px) {
  .next-news {
    font-size: 1em !important;
  }
  footer {
    padding: 20px !important;
  }

  footer .footer-left h3 {
    font-size: 1em !important;
    line-height: 2.5em !important;
  }

  footer .footer-left p {
    font-size: 0.85em !important;
    line-height: 1.8em !important;
  }

  footer .footer-right {
    width:auto !important;
    margin-top: 20px;
  }

  footer .footer-right .ewm {
    width: 6.8125em !important;
  }

  footer .footer-right .ewm img {
    width: 6.8125em !important;
  }

}

/*在 992 和 1199 像素之间的屏幕里，中等屏幕，分辨率低的 PC*/
@media(min-width: 1200px) and (max-width: 1599px) {
  .top-pip {
    width: 39% !important;
  }

  .home-logo-mode .phone,
  .kstd .hd {
    display: none;
  }

  .public-width {
    width: 100% !important;
  }

  .kstd .bd .kstd_list a p {
    width: auto !important;
  }

  .hot-video .news-hot .bd {
    flex-direction: column;
  }

  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch {
    width: 100%;
  }

  .hot-video .news-hot .bd .pic-txt .el-carousel,
  .hot-video .news-hot .bd .pic-txt .pic {
    height: 560px !important;
  }

  .hot-video .hd {
    margin: 0 auto;
  }

  .hot-video .news-hot .bd .news-switch {
    margin-top: 20px;
  }

  .about-information {
    padding-top: 0;
  }

  .about-information .db {
    flex-direction: column;
  }

  .about-information .about_news,
  .about-information .about_news .bd .txt p,
  .about-information .information {
    width: 100%;
  }

  .trade-union .bd,
  .company-style {
    height: auto;
  }

  .trade-union .bd ul li a {
    width: 75%;
  }

  .company-style .bd,
  .swiper-container {
    height: 430px !important;
    ;
  }

  .box .swiper-slide {
    width: 50% !important;
  }

  .link .bd .phone-carousel {
    display: block;
  }

  .link .bd .concise-carousel {
    display: none;
  }

  .phone-carousel .swiper-container {
    height: 240px !important;
    ;
  }

  .link .bd {
    height: auto !important;
  }

  .next-news {
    font-size: 1em !important;
    padding:0 10px;
    margin-top:20px!important;
  }
  footer {
    padding: 20px !important;
  }
  footer .footer-left{
    width:60%;
    
  }
  footer .footer-left .footer-left  {
    width:90%;
  }
  footer .footer-left h3 {
    font-size: 1em !important;
    line-height: 2.5em !important;
  }

  footer .footer-left p {
    font-size: 0.85em !important;
    line-height: 1.8em !important;
  }

  footer .footer-right {
    width: auto !important;
    margin-top: 20px;
    
  }

  footer .footer-right .ewm {
    width: 6.8125em !important;
  }

  footer .footer-right .ewm img {
    width: 6.8125em !important;
  }

}

/*在 992 和 1199 像素之间的屏幕里，中等屏幕，分辨率低的 PC*/
@media (min-width: 992px) and (max-width: 1199px) {
  .top-pip {
    width: 27% !important;
  }

  .home-logo-mode .phone,
  .kstd .hd {
    display: none;
  }

  .public-width {
    width: 100% !important;
    
  }

  .kstd .bd .kstd_list a p {
    width: 200px !important;
  }

  .hot-video .news-hot .bd {
    flex-direction: column;
  }

  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch {
    width: 100%;
  }

  .hot-video .news-hot .bd .pic-txt .el-carousel,
  .hot-video .news-hot .bd .pic-txt .pic {
    height: 560px !important;
  }

  .hot-video .hd {
    margin: 0 auto;
  }

  .hot-video .news-hot .bd .news-switch {
    margin-top: 20px;
  }

  .about-information {
    padding-top: 0;
  }

  .about-information .db {
    flex-direction: column;
  }

  .about-information .about_news,
  .about-information .about_news .bd .txt p,
  .about-information .information {
    width: 100%;
  }

  .trade-union .bd,
  .company-style {
    height: auto;
  }

  .trade-union .bd ul li a {
    width: 75%;
  }

  .company-style .bd,
  .swiper-container {
    height: 430px !important;
    ;
  }

  .box .swiper-slide {
    width: 50% !important;
  }

  .link .bd .phone-carousel {
    display: block;
  }

  .link .bd .concise-carousel {
    display: none;
  }

  .phone-carousel .swiper-container {
    height: 240px !important;
    ;
  }

  .link .bd {
    height: auto !important;
  }

  .next-news {
    font-size: 1em !important;
    padding:0 10px;
    margin-top:20px!important;
  }
  footer {
    padding: 20px !important;
  }

  footer .footer-left h3 {
    font-size: 1em !important;
    line-height: 2.5em !important;
  }

  footer .footer-left p {
    font-size: 0.85em !important;
    line-height: 1.8em !important;
  }
  footer .db{
    flex-direction: column;
  }
  footer .footer-left {
    text-align: center;
}
  footer .footer-right {
    width: auto !important;
    margin-top: 20px;
  }

  footer .footer-right .ewm {
    width: 6.8125em !important;
  }

  footer .footer-right .ewm img {
    width: 6.8125em !important;
  }

}

/*在 768 和 991 像素之间的屏幕里，小屏幕，主要是 PAD*/
@media (min-width: 768px) and (max-width: 991px) {
  .top-pip {
    width: 51% !important;
  }

  .home-logo-mode .search,
  .home-logo-mode .phone,
  .kstd .hd {
    display: none;
  }

  .nav .menu>li {
    font-size: 0.95em;
    line-height: 2.2em;
  }

  .menu>li:hover .submenu,
  .menu>li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
    top: 2.2em !important;
  }

  .submenu li {
    height: 1.8em !important;
    line-height: 1.8em !important;
  }

  .my-list a {
    font-size: 1em !important;

  }

  .my-list .content-card {
    height: 100px !important;
    /* width: 100px !important; */
  }

  .my-list .date-card {
    height: 100px !important;
    width: 100px !important;
  }

  .my-list {
    padding: 10px 0 10px 10px !important;
  }

  .my-list .content-card::after {
    bottom: -10px !important;
  }

  footer .footer-left {
    text-align: center;
  }

  footer .db {
    flex-direction: column;
  }

  .public-width {
    width: 100% !important;
  }

  .kstd .bd .kstd_list a p {
    width: auto !important;
    max-width: 150px;
    font-size: 0.85em;
  }

  .hot-video .news-hot .bd {
    flex-direction: column;
  }

  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch {
    width: 100%;
  }

  .hot-video .news-hot .bd .pic-txt .el-carousel,
  .hot-video .news-hot .bd .pic-txt .pic {
    height: 560px !important;
  }

  .hot-video .hd {
    margin: 0 auto;
  }

  .hot-video .news-hot .bd .news-switch {
    margin-top: 20px;
  }

  .about-information {
    padding-top: 0;
  }

  .about-information .db {
    flex-direction: column;
  }

  .about-information .about_news,
  .about-information .about_news .bd .txt p,
  .about-information .information {
    width: 100%;
  }

  .trade-union .bd,
  .company-style {
    height: auto;
  }

  .trade-union .bd ul li a {
    width: 75%;
  }

  .company-style .bd,
  .swiper-container {
    height: 430px !important;
    ;
  }

  .box .swiper-slide {
    width: 50% !important;
  }

  .link .bd .phone-carousel {
    display: block;
  }

  .link .bd .concise-carousel {
    display: none;
  }

  .phone-carousel .swiper-container {
    height: 240px !important;
    ;
  }

  .link .bd {
    height: auto !important;
  }

  .more a {

    margin-right: 10px;
  }

  .content-box .news .title h1 {
    font-size: 1.1em !important;
    line-height: 1.6em !important;
    max-height: 100% !important;
  }

  .content-box .news .title .title-tip {
    font-size: 0.6em !important;
    margin-top: 10px;
  }

  .content-box .news .right1 {
    zoom: 1.6 !important;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 0 !important;
  }

  .company-style {
    margin: 0 auto;
  }

  .company-style .hd h2 {
    font-size: 1.75em;
  }

  .company-style .hd {
    height: 3.6em;
  }

  .link .hd h2 {
    font-size: 1.75em;
  }

  .link .phone-carousel .box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  footer {
    padding: 20px !important;
  }

  footer .footer-left h3 {
    font-size: 1em !important;
    line-height: 2.5em !important;
  }

  footer .footer-left p {
    font-size: 0.85em !important;
    line-height: 1.8em !important;
  }

  footer .footer-right {
    width: auto !important;
    margin-top: 20px;
  }

  footer .footer-right .ewm {
    width: 6.8125em !important;
  }

  footer .footer-right .ewm img {
    width: 6.8125em !important;
  }

  .trade-union .hd {
    margin: 0 auto;
  }

  .about-information .hd {
    margin: 0 auto;
  }

  .content-box .news .next-news {
    font-size: 1em !important;
    padding: 0 10px;
    margin-top:20px!important;
  }
}

/*在 480 和 767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
  .top-pip {
    width: 95% !important;
  }

  .home-logo-mode .search,
  .home-logo-mode .phone,
  .kstd .hd {
    display: none;
  }
  .home-logo-mode .logo h2 {
    font-size: 36px!important;
  }

  .nav .menu>li {
    font-size: 0.85em;
    line-height: 2.2em;
  }

  .menu>li:hover .submenu,
  .menu>li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
    top: 2.2em !important;
  }

  .submenu li {
    height: 1.8em !important;
    line-height: 1.8em !important;
  }

  .my-list a {
    font-size: 1em !important;

  }

  .my-list .content-card {
    height: 100px !important;
    /* width: 100px !important; */
  }

  .my-list .date-card {
    height: 100px !important;
    width: 100px !important;
  }

  .my-list {
    padding: 10px 0 10px 10px !important;
  }

  .my-list .content-card::after {
    bottom: -10px !important;
  }

  footer .footer-left {
    text-align: center;
  }

  footer .db {
    flex-direction: column;
  }

  .public-width {
    width: 100% !important;
  }

  .kstd {
    height: auto;
  }

  .kstd .bd .kstd_list a img {
    width: 60%;
  }

  .el-carousel__container {
    height: 300px !important;
  }

  .kstd .bd .kstd_list a p {
    width: auto !important;
    font-size: 0.7em;
    max-width: 104px;
  }

  .hot-video .news-hot .bd .news-switch .con ul li a {
    width: 70%;
  }

  .kstd .bd {
    height: auto !important;
    padding: 20px 0;
  }

  .hot-video .news-hot .bd {
    flex-direction: column;
  }

  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch {
    width: 100%;
  }

  .hot-video .news-hot .bd .pic-txt .el-carousel,
  .hot-video .news-hot .bd .pic-txt .pic {
    height: 280px !important;
  }

  .hot-video .hd {
    height: 3em;
  }

  .hot-video .hd i {
    height: 2em;
    width: 2em;
  }

  .hot-video .hd i img {
    height: 1em;
  }

  .hot-video .hd h3 {
    font-size: 1.3em;
  }

  .more a {
    font-size: 0.8em;
    margin-right: 10px;
  }

  .hot-video .box-card .title {
    line-height: 1.4em !important;
    height: 1.4em !important;
  }

  .hot-video .box-card h3 {

    font-size: 0.65em !important;
    /*强制文本在一行内显示*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hot-video .news-hot .bd .news-switch .title ul li {
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1em;
  }

  .hot-video .news-hot .bd .news-switch .con ul li {
    font-size: 0.85em;
    height: 2.5em;

  }

  .hot-video .hot-movie p {
    font-size: 1em;
  }

  .about-information .about_news .bd .txt p {
    font-size: 0.85em;
    height: 6em;
  }

  .about-information .hd {
    height: 3em;
  }

  .about-information .hd i {
    height: 2em;
    width: 2em;
  }

  .about-information .hd i img {
    height: 1em;
  }

  .about-information .hd h3 {
    font-size: 1.3em;
  }

  .about-information .hd {
    margin: 0 auto;
  }

  .about-information {
    margin-bottom: 0;
  }

  .about-information .information .bd .information-list {
    padding-top: 0;
  }

  .about-information .information .bd .information-list h3 {
    font-size: 1em;
  }

  .about-information .information .bd .information-list p {
    font-size: 0.85em;
  }

  .trade-union .hd {
    height: 3em;
  }

  .trade-union .hd i {
    height: 2em;
    width: 2em;
  }

  .trade-union .hd i img {
    height: 1em;
  }

  .trade-union .hd h3 {
    font-size: 1.3em;
  }

  .trade-union .hd {
    margin: 0 auto;
  }

  .trade-union .bd ul li {
    line-height: 2.2em;
  }


  .hot-video .hot-movie .movie {
    height: 328px;
  }

  .hot-video .hd {
    margin: 0 auto;
  }

  .hot-video .news-hot .bd .news-switch {
    margin-top: 20px;
  }

  .about-information {
    padding-top: 0;
  }

  .about-information .db {
    flex-direction: column;
  }

  .about-information .about_news,
  .about-information .about_news .bd .txt p,
  .about-information .information {
    width: 100%;
  }

  .trade-union .bd,
  .company-style {
    height: auto;
  }

  .trade-union .bd ul li a {
    width: 70%;
  }

  .company-style .bd,
  .swiper-container {
    height: 280px !important;
    ;
  }

  .box .swiper-slide {
    width: 50% !important;
  }

  .link .bd .phone-carousel {
    display: block;
  }

  .link .bd .concise-carousel {
    display: none;
  }

  .phone-carousel .swiper-container {
    height: 140px !important;

  }

  .link .bd {
    height: auto !important;
  }

  .about-information .about_news .bd .pic {
    height: 280px !important;
  }

  .about-information .about_news .bd {
    height: 475px;
  }

  .content-box .news .title h1 {
    font-size: 0.9em !important;
    line-height: 1.5em !important;
    max-height: 100% !important;
  }

  .content-box .news .title .title-tip {
    font-size: 0.5em !important;
    margin-top: 10px;
  }

  .content-box .news .right1 {
    zoom: 1.4 !important;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 0 !important;
  }

  .next-news {
    font-size: 0.8em !important;
    padding: 0 10px;
    margin-top:20px!important;
  }

  .company-style {
    margin: 0 auto;
  }

  .company-style .hd h2 {
    font-size: 1.35em;
  }

  .company-style .hd {
    height: 2.6em;
  }

  .link .hd h2 {
    font-size: 1.35em;
  }

  .link .phone-carousel .box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  footer {
    padding: 20px !important;
  }

  footer .footer-left h3 {
    font-size: 0.85em !important;
    line-height: 2em !important;
  }

  footer .footer-left p {
    font-size: 0.65em !important;
    line-height: 1.5em !important;
  }

  footer .footer-right {
    width:auto !important;
    margin-top: 20px;
  }

  footer .footer-right .ewm {
    width: 4.8125em !important;
  }

  footer .footer-right .ewm img {
    width: 4.8125em !important;
  }
}

/*在小于 480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media screen and (max-width: 479px) {
  .top-pip {
    width: 95% !important;
  }
  .home-logo-mode .logo h2 {
    font-size: 30px!important;
  }
  .home-logo-mode .search,
  .home-logo-mode .phone,
  .kstd .hd {
    display: none;
  }

  .nav .menu>li {
    font-size: 0.85em;
    line-height: 2.2em;
  }

  .menu>li:hover .submenu,
  .menu>li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
    top: 2.2em !important;
  }

  .submenu li {
    height: 1.8em !important;
    line-height: 1.8em !important;
  }

  .my-list a {
    font-size: 0.8em !important;

  }

  .my-list .content-card {
    height: 80px !important;
    /* width: 80px !important; */
  }

  .my-list .date-card {
    height: 80px !important;
    width: 80px !important;
  }

  .my-list {
    padding: 10px 0 10px 10px !important;
  }

  .my-list .content-card::after {
    bottom: -10px !important;
  }

  footer .footer-left {
    text-align: center;
    padding: 0 10px;
  }

  footer .db {
    flex-direction: column;
  }

  .public-width {
    width: 100% !important;
  }

  .kstd {
    height: auto;
  }

  .kstd .bd .kstd_list a img {
    width: 60%;
  }

  .el-carousel__container {
    height: 200px !important;
  }

  .kstd .bd .kstd_list a p {
    width: auto !important;
    font-size: 0.6em;
    max-width: 77px;
  }

  .hot-video .news-hot .bd .news-switch .con ul li a {
    width: 70%;
  }

  .kstd .bd {
    height: auto !important;
    /* padding: 20px 0; */
  }

  .hot-video .news-hot .bd {
    flex-direction: column;
  }

  .hot-video .news-hot .bd .pic-txt,
  .hot-video .news-hot .bd .news-switch {
    width: 100%;
  }

  .hot-video .news-hot .bd .pic-txt .el-carousel,
  .hot-video .news-hot .bd .pic-txt .pic {
    height: 200px !important;
  }

  .hot-video .hd {
    height: 2em;
  }

  .hot-video .news-hot .bd .news-switch .title {
    height: 2em;
  }

  .hot-video .hd i {
    height: 1.5em;
    width: 1.5em;
  }

  .hot-video .hd i img {
    height: 0.8em;
  }

  .hot-video .hd h3 {
    font-size: 1em;
  }

  .more a {
    font-size: 0.6em;
    margin-right: 10px;
  }

  .hot-video .box-card .title {
    line-height: 1.4em !important;
    height: 1.4em !important;
  }

  .hot-video .box-card h3 {

    font-size: 0.65em !important;
    /*强制文本在一行内显示*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hot-video .news-hot .bd .news-switch .title ul li {
    height: 2em;
    line-height: 2em;
    font-size: 0.8em;
  }

  .hot-video .news-hot .bd .news-switch .con ul li {
    font-size: 0.65em;
    height: 2em;

  }

  .hot-video .hot-movie p {
    font-size: 0.8em;
  }

  .about-information .about_news .bd .txt p {
    font-size: 0.65em;
    height: 6em;
  }

  .about-information .hd {
    height: 2em;
  }

  .about-information .hd i {
    height: 1.5em;
    width: 1.5em;
  }

  .about-information .hd i img {
    height: 0.8em;
  }

  .about-information .hd h3 {
    font-size: 1em;
  }

  .about-information .hd {
    margin: 0 auto;
  }

  .about-information {
    margin-bottom: 0;
  }

  .about-information .information .bd .information-list {
    padding-top: 0;
  }

  .about-information .information .bd .information-list h3 {
    font-size: 0.8em;
  }

  .about-information .information .bd .information-list p {
    font-size: 0.65em;
  }

  .trade-union .hd {
    height: 2em;
  }

  .trade-union .hd i {
    height: 1.5em;
    width: 1.5em;
  }

  .trade-union .hd i img {
    height: 0.8em;
  }

  .trade-union .hd h3 {
    font-size: 1em;
  }

  .trade-union .hd {
    margin: 0 auto;
  }

  .trade-union .bd ul li {
    line-height: 2.2em;
  }

  .hot-video .hot-movie .movie {
    height: 328px;
  }

  .hot-video .hd {
    margin: 0 auto;
  }

  .hot-video .news-hot .bd .news-switch {
    margin-top: 20px;
  }

  .about-information {
    padding-top: 0;
  }

  .about-information .db {
    flex-direction: column;
  }

  .about-information .about_news,
  .about-information .about_news .bd .txt p,
  .about-information .information {
    width: 100%;
  }

  .trade-union .bd,
  .company-style {
    height: auto;
  }

  .trade-union .bd ul li a {
    width: 65%;
  }

  /* .company-style .bd,
  .swiper-container {
    height: 280px !important;
    ;
  } */

  .box .swiper-slide {
    width: 50% !important;
  }

  .link .bd .phone-carousel {
    display: block;
  }

  .link .bd .concise-carousel {
    display: none;
  }

  .phone-carousel .swiper-container {
    height: 116px !important;

  }

  .link .bd {
    height: auto !important;
  }

  .about-information .about_news .bd .pic {
    height: 220px !important;
  }

  .about-information .about_news .bd {
    height: 360px;
  }

  .trade-union .bd ul li {
    font-size: 0.75em;

  }

  .company-style {
    margin: 0 auto;
  }

  .company-style .hd h2 {
    font-size: 1.25em;
  }

  .company-style .hd {
    height: 2.6em;
  }

  .link .hd h2 {
    font-size: 1.25em;
  }

  .link .phone-carousel .box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  footer {
    padding: 20px !important;
  }

  footer .footer-left h3 {
    font-size: 0.85em !important;
    line-height: 2em !important;
  }

  footer .footer-left p {
    font-size: 0.65em !important;
    line-height: 1.5em !important;
  }

  footer .footer-right {
    width: auto!important;
    margin-top: 20px;
  }

  footer .footer-right .ewm {
    width: 4.8125em !important;
  }

  footer .footer-right .ewm img {
    width: 4.8125em !important;
  }

  .content-box .news .title h1 {
    font-size: 0.7em !important;
    line-height: 1.5em !important;
    max-height: 100% !important;
  }

  .content-box .news .title .title-tip {
    font-size: 0.4em !important;
    margin-top: 10px;
  }

  .content-box .news .right1 {
    zoom: 1.2 !important;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 0 !important;
  }

  .next-news {
    font-size: 0.6em !important;
    padding: 0 10px;
    margin-top:20px!important;
  }
}
